home *** CD-ROM | disk | FTP | other *** search
- Short: Small 'hardcore' filesplitter written in ANSI C
- Author: dbalster@uni-paderborn.de (Daniel Balster)
- Uploader: dbalster@uni-paderborn.de (Daniel Balster)
- Version: 0.2
- Type: misc/unix
- Requires: ANSI C compiler
-
- YET ANOTHER FILESPLITTER ? Ja !!
-
- - it just cuts a file into pieces, no more
- - no dozens of options
- - ANSI C should allow to port/use it on all systems
- - no special join program needed
-
- ----------------
-
- Usage:
-
- first you have to compile it with
- > cc binsplit.c -o binsplit
-
- then type
- > binsplit
-
- and you will get a "usage:" info.
-
- -----------------
-
- I wrote this "program" a long time ago, but I remember it took
- me only 5 minutes to code. I was frusted about the missing
- binary splitter in our unix environment, and this was the result.
-
- I've uploaded it because last week I was sitting in front of a
- system not providing me a usable 'split' command, and my $HOME
- was down (btw.: I do not use disks anymore, I always transfer
- data on tapes or syquests). Now I (and you, ofcourse) can download
- this splitter from aminet:/misc/unix/binsplit.c on demand.
-